Performance Evaluation of RANSAC Family
نویسندگان
چکیده
Random Sample Consensus (RANSAC) [3] has been popular in regression problem with samples contaminated with outliers. M-estimator, Hough transform, and others had been utilized before RANSAC. However, RANSAC does not use complex optimization as like M-estimator. It does not need huge amounts of memory as like Hough transform to keep parameter space. RANSAC is simple iteration of two steps: hypothesis generation and hypothesis verification. It is now widely applied to many vision problem such as epipolar geometry estimation, motion estimation, structure from motion. Many researches on robust estimation have followed after RANSAC, but there are a few and old survey and performance evaluation [4, 8, 9]. An insightful view of the RANSAC family is described in this paper. The view categorizes them into their research objectives: being accurate, being fast, and being robust (Figure 1). It can be useful to analyze the previous works and develop the new method. Each viewpoint are also examined according to tactics to achieve the objectives. For example, guided sampling and partial evaluation have been tactics to accelerate RANSAC. Computing time of RANSAC is
منابع مشابه
An Evaluation of the Performance of RANSAC Algorithms for Stereo Camera Calibration
This paper compares the use of RANSAC for the determination of epi-polar geometry for calibrated stereo reconstruction of 3D data with more conventional optimisation schemes. The paper illustrates the poor convergence efficiency of RANSAC which is explained by a theoretical relationship describing its dependency upon the number of model parameters. The need for an a-priori estimate of outlier c...
متن کاملStochastic Diffusion Search: A Comparison of Swarm Intelligence Parameter Estimation Algorithms with RANSAC
Stochastic diffusion search (SDS) is a multi-agent global optimisation technique based on the behaviour of ants, rooted in the partial evaluation of an objective function and direct communication between agents. Standard SDS, the fundamental algorithm at work in all SDS processes, is presented here. Parameter estimation is the task of suitably fitting a model to given data; some form of paramet...
متن کاملRandomized RANSAC with T(d, d) test
Many computer vision algorithms include a robust estimation step where model parameters are computed from a data set containing a significant proportion of outliers. The RANSAC algorithm is possibly the most widely used robust estimator in the field of computer vision. In the paper we show that under a broad range of conditions, RANSAC efficiency is significantly improved if its hypothesis eval...
متن کاملPerformance evaluation of 1-point-RANSAC visual odometry
Monocular visual odometry is the process of computing the egomotion of a vehicle purely from images of a single camera. This process involves extracting salient points from consecutive image pairs, matching them, and computing the motion using standard algorithms. This paper analyzes one of the most important steps toward accurate motion computation, which is outlier removal. The random sample ...
متن کاملLocally Optimized RANSAC
A new enhancement of RANSAC, the locally optimized RANSAC (LO-RANSAC), is introduced. It has been observed that, to find an optimal solution (with a given probability), the number of samples drawn in RANSAC is significantly higher than predicted from the mathematical model. This is due to the incorrect assumption, that a model with parameters computed from an outlier-free sample is consistent w...
متن کامل